home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-19 | 591 b | 22 lines | [TEXT/KAHL] |
- # $BoilerPlate : issue std top comment for a source file
- # No input, set variables putInComment, file, author before
- # -no harm done if don't.
-
- BEGIN {
-
- if (putInComment+0)
- print "/****"
- print "\tFile.....:\t", file
- print "\tDate.....:\t", TIME
- match(TIME, /[0-9][0-9][0-9][0-9]/);
- print "\t.........: ©", substr(TIME, RSTART, RLENGTH) ,"Delrina (Canada) Corporation. All rights reserved."
- print "\tYell at..:\t", author
- print "\tStatus...:\t under development"
- print "\tSee also.:\t "
- print "\tSpec.....:\t "
- print "\tRevisions:\t "
-
- if (putInComment+0)
- print "****/"
- }
-